<!DESCRIPTION>Create a survey asking people to rank things, and this script will validate that everything is ranked, and no rankings are repeated. <!/DESCRIPTION>
<!CATEGORY>Forms<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL RANK 'EM:
1. Copy code into the HEAD section of document
2. Put last coding into the BODY section of document -->
<!-- STEP ONE: Add code into HEAD section of document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Kent Rauch (kent@restekcorp.com) -->